home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 095 / 151b_txt.arc / FILE.HLP < prev    next >
Text File  |  1986-12-05  |  10KB  |  213 lines

  1.  
  2. ====================[ Files Menu HELP ] =====================
  3.  
  4.           H E L P  W I T H  C O M M A N D S
  5.  
  6. D)ownload -- you get a file from here
  7. G)oodbye -- exit this system -- DISCONNET
  8. H)elp -- help with any command, section, or topic
  9. L)ist directories (categories) of files available for download
  10. N)ew files -- get list of files new since specified date
  11. Q)uit -- go elsewhere - to main menu, utilities, off system
  12. S)ubstring search -- list files with specified text in name/description
  13. U)pload -- you send me a file
  14. V)iew ARC Contents -- look to see what is in an .ARC file
  15. X)pert -- expert mode on/off
  16.  
  17. ================== File Subsystem Extra HELP ==================
  18.  
  19. The file subsystem permits you to move files between your
  20. system and this RBBS-PC. Downloading refers to moving files from
  21. this RBBS to your computer, and uploading is moving files from
  22. your computer to this RBBS.
  23.  
  24. The transfer of data can either be done in ASCII or using a
  25. protocol referred to as XMODEM.  The XMODEM protocol is
  26. common to CP/M based systems as was originally developed by
  27. Ward Christensen. The protocol is also contained in PC-TALK.III.
  28. More on this later.
  29.  
  30. To list the names of the files that are available on the disks
  31. for downloading to your system, the <L>ist command should be
  32. entered at the Files Menu.  The full names of the files will be
  33. listed along with a short description of each file.  Usually
  34. there is a document file that accompanies most of the program
  35. items on the system.  These document files usually have an
  36. extension of DOC or TXT.
  37.  
  38. The basic steps in downloading are
  39.    (1) tell RBBS you want to download.
  40.    (2) tell RBBS exactly what file you want to download.
  41.    (3) tell RBBS what protocol you want to use.
  42.    (4) after RBBS says it is ready, tell your communications 
  43.        package to save the incoming file.
  44.  
  45. Note: all three first steps can be specified on a single line
  46. in the format " d;<filename>;<protocol>".  E.G. D;STREW.LBR;X
  47. will download the file STREW.LBR using XMODEM protocol.
  48.  
  49. Note: if you set a default protocol, you will NOT be asked by RBBS
  50. what protocol to use.  If you want to override the default protocol,
  51. do the first three steps above on one line.  E.G. to download
  52. VOLSER2.DOC using ASCII when default is XMODEM, at file function
  53. prompt enter "D;VOLSER2.DOC;A".  If you want to reset the default
  54. protocol, select F for F)ile protocol, then N)one.
  55.  
  56. ASCII DATA CAPTURE
  57.  
  58. The transfer of files in ASCII mode can be done if your system
  59. is capable of data capture. To download a file using the ASCII
  60. method, follow the sequence of steps listed below.
  61.  
  62. 1.  List the files available for download using the
  63.     L)ist command and either capture the list to your
  64.     printer or write down the exact names of the files you
  65.     want to receive.
  66.  
  67. 2.  After returning to the Files Menu, select D)ownload.
  68.  
  69. 3.  When RBBS-PC asks for the filename you wish to select,
  70.     input the exact filename including a period between the
  71.     filename and extension.
  72.  
  73. 4.  When RBBS-PC asks for the type of download you want, input
  74.     A for A)scii method.  (Only if you have default protocol
  75.     set to None will you be asked this question.)
  76.  
  77. 5.  When the RBBS-PC tells you to open your capture file and
  78.     enter a carriage return to start the download, you
  79.     should do so.  (Opening your capture file is done by
  80.     using the Alt-R command in PC-TALK.) After setting up to
  81.     receive the file on your end, you have to send RBBS-PC
  82.     one carriage return so that it knows you are ready to
  83.     start.
  84.  
  85. 6.  The file will be sent a line at a time until the
  86.     entire file is sent.  You will see the lines of ASCII
  87.     code (readable text and numbers) on your screen as they
  88.     flow to your system.  If you wish to suspend the
  89.     transmission temporarily, your system should send
  90.     RBBS-PC a Ctrl-S (XOFF). A Ctrl-Q (XON) will restart
  91.     the temporarily halted transfer.  A Ctrl-X (ASCII CAN)
  92.     can be sent anytime to abort the transmission of the
  93.     data; because of the output buffering performed
  94.     automatically by RBBS-PC, there may be up to 120
  95.     characters transmitted before the output stops.
  96.  
  97. 7.  When the file transfer is finished, RBBS-PC will
  98.     send you an End Of File Marker (Ctrl-Z) followed by 5
  99.     bells.  You should close your capture file (PC-TALK
  100.     Alt-R) as soon as you hear the bells or you will get
  101.     garbage at the bottom of the file. If you go away for a
  102.     cup of coffee and end up getting the 'end of file' sign
  103.     attached to the bottom of the capture file, you can
  104.     delete it from the file later using a text editor.
  105.  
  106. 8.  After the file transfer is complete you will be
  107.     returned to the File Menu.  You should look at the
  108.     capture file at this point to be sure you got it ok.
  109.     (Use the PC-TALK Alt-V command to do this.)  Do not list
  110.     the entire file unless it is short; RBBS-PC will give
  111.     you 3 minutes to remain off-line before it assumes you
  112.     have left for the day and recycles, dropping you off
  113.     line.
  114.  
  115.  
  116. XMODEM FILE TRANSFER
  117.  
  118. If you have implemented XMODEM on your system, files with
  119. EXE and COM extensions and tokenized BASIC files can be moved
  120. to your system.  Files containing the IBM PC special ASCII
  121. characters (ones with ASCII values above 128) can also be
  122. transferred with XMODEM -- this includes Wordstar files.  These
  123. files cannot be transferred in ASCII mode since ASCII transfer is
  124. only 7 bit and these types of files require the full 8 bit
  125. transfer of the data with no translation of the contents of the
  126. file.
  127.  
  128. XMODEM also offers the advantage of a block check to assure
  129. that the data sent contains no errors.  It does this by adding a
  130. checksum byte to the end of each block of data; the receiver
  131. calculates its own checksum and compares it to the one received.
  132. If an error is detected in the transmission, XMODEM will request
  133. that RBBS-PC retransmit the block of data.
  134.  
  135. To perform an XMODEM file download, follow the instructions shown
  136. above for ASCII DATA CAPTURE, but select X)modem instead of
  137. A)scii when RBBS-PC asks what file download type you want (step
  138. 4 above). The XMODEM file transfer steps are as follows:
  139.  
  140. 5.  If you called in using EVEN parity the RBBS-PC will
  141.     tell you to switch to NO parity and 8 data bits. If you
  142.     called in using 8 data bits the system will not give you
  143.     this message. You should then open your capture file
  144.     (PC-TALK.III Alt-R command) and start the XMODEM receive
  145.     process.  PC-TALK.III starts XMODEM for you when you put
  146.     '=X' at the end of the download filename.
  147.  
  148. 6.  The file will be transferred automatically by XMODEM
  149.     until the entire file has been transferred. You may
  150.     abnormally abort the transfer by sending RBBS-PC an
  151.     ASCII CAN code (Ctrl-X). PC-TALK.III will do this for
  152.     you if you enter an Alt-R during the file transfer.
  153.  
  154. 7.  When the file transfer is finished, XMODEM automatically
  155.     closes your capture file for you. XMODEM also ensures
  156.     that no garbage gets into your file; binary files and
  157.     text files are just as they were sent to you with 99.6%
  158.     error free transmission.  Wordstar files should transfer
  159.     without extra hard carriage returns being added.
  160.  
  161. 8.  XMODEM transferred files cannot be listed on your
  162.     monitor unless they are actually ASCII files. Binary
  163.     files will appear as symbols rather than human readable
  164.     text. You will have to test these files after you exit
  165.     your communications program.
  166.  
  167.  
  168. FILE UPLOADING
  169.  
  170. File uploading to the RBBS-PC is very similar to downloading.
  171. After you have downloaded a few files, you might want to send me
  172. one of your favorite programs or files just to test your ability
  173. to upload.
  174.  
  175. Uploading of ASCII files can be done without interruption between
  176. lines.  This system can handle data uploading at 300 baud without
  177. any problem.  If the transfer is done at 1200 baud, however,
  178. there may be a data overrun if the file is over 20K.  If the
  179. system falls behind during a file upload operation, it will
  180. send an XOFF (Ctrl-S) to your system.  If your system supports
  181. XON/OFF file transfer speed-matching, data transmission will be
  182. suspended until an XON (Ctrl-Q) is sent to you, indicating
  183. RBBS-PC is ready to accept data again.
  184.  
  185. When uploading files, please convert BASIC programs to ASCII
  186. before transferring them so callers without XMODEM can download
  187. them.  To do this, use the file save command format listed below.
  188.  
  189.                       SAVE"filename.ext",A
  190.  
  191.  
  192. Before sending me a file be sure I have enough disk space to take
  193. the file. When you ask for U)pload at the File menu, the system
  194. will tell you how much disk space is free on the upload drive.
  195. If this system runs out of disk space during an upload function,
  196. it will issue a cancel request.  This will be in the form of a
  197. data stream of one or more ASCII CAN (Ctrl-X) characters.  Your
  198. system will abort transmission if it supports XON/OFF file
  199. transfer speed-matching protocol. If your system does not support
  200. XON/OFF, the data overflow will be lost and the RBBS-PC will
  201. recycle, dropping you off line.
  202.  
  203.  
  204. UPLOAD GROUND RULES
  205.  
  206. You are encouraged to donate programs to the library on this
  207. system.  Any type of program or document is welcome, however,
  208. a few ground rules are in order.  The files donated must contain
  209. only information that is in the public domain.  No private
  210. or commercial information should be placed on this system.  The
  211. SYSOP is not responsible for any of the data that is shared on
  212. this system.
  213.